		body {
			font-family: serif;
		}
		
		.number-color {
			color: #B03A27;
		}
		
		.image-container {
			position: relative; /* Needed for absolute positioning of text */
			display: inline-block;
			max-width: 100%;
		}
		
		/* The image itself */
		.image-container img {
			display: block;
			width: 100%;
			height: auto;
		}
		
		.text-container {
			position: absolute;
			color: white;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			padding: 0.5rem;
			text-align: center;
			font-size: 16px;
		}
		
		.soc-media {
			height: 1em;
			width: 1em;
		}
		
		.links {
			display:inline;
		}
		
		.red {
			color: #B03A27;
		}
		
		.bg-red {
			color: white;
			background-color: #B03A27;
		}
		
		ul.footer
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
			margin-left: 75px;
		}
		
		
		ul.footerlinks {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		ul.footerlinks li {
			display: inline-block; /* or 'inline' */
			margin-right: 5px;    /* space between items */
		}
		
		.copyright {
			font-size: 8pt;
		}
		
		nav {
			font-size: 16pt;
		}